Uses of Interface
com.cisco.pt.ipc.sim.pdu.OSPFv6Prefix
Packages that use OSPFv6Prefix
-
Uses of OSPFv6Prefix in com.cisco.pt.ipc.sim.pdu
Methods in com.cisco.pt.ipc.sim.pdu that return OSPFv6PrefixModifier and TypeMethodDescriptionOSPFv6AsExternalLSA.getIpv6AddressPrefix()OSPFv6InterAreaPrefixLSA.getIpv6AddressPrefix()OSPFv6Type7LSA.getIpv6AddressPrefix()Methods in com.cisco.pt.ipc.sim.pdu that return types with arguments of type OSPFv6PrefixModifier and TypeMethodDescriptionOSPFv6IntraAreaPrefixLSA.getIpv6AddressPrefixes()OSPFv6LinkLSA.getPrefixes()Methods in com.cisco.pt.ipc.sim.pdu with parameters of type OSPFv6PrefixModifier and TypeMethodDescriptionvoidOSPFv6AsExternalLSA.setIpv6AddressPrefix(OSPFv6Prefix ipv6AddressPrefix) voidOSPFv6InterAreaPrefixLSA.setIpv6AddressPrefix(OSPFv6Prefix ipv6AddressPrefix) voidOSPFv6Type7LSA.setIpv6AddressPrefix(OSPFv6Prefix ipv6AddressPrefix) Method parameters in com.cisco.pt.ipc.sim.pdu with type arguments of type OSPFv6PrefixModifier and TypeMethodDescriptionvoidOSPFv6IntraAreaPrefixLSA.setIpv6AddressPrefixes(List<OSPFv6Prefix> ipv6AddressPrefixes) voidOSPFv6LinkLSA.setPrefixes(List<OSPFv6Prefix> prefixes) -
Uses of OSPFv6Prefix in com.cisco.pt.ipc.sim.pdu.impl
Classes in com.cisco.pt.ipc.sim.pdu.impl that implement OSPFv6PrefixFields in com.cisco.pt.ipc.sim.pdu.impl declared as OSPFv6PrefixModifier and TypeFieldDescriptionprotected OSPFv6PrefixOSPFv6AsExternalLSAImpl.ipv6AddressPrefixprotected OSPFv6PrefixOSPFv6InterAreaPrefixLSAImpl.ipv6AddressPrefixprotected OSPFv6PrefixOSPFv6Type7LSAImpl.ipv6AddressPrefixFields in com.cisco.pt.ipc.sim.pdu.impl with type parameters of type OSPFv6PrefixModifier and TypeFieldDescriptionprotected List<OSPFv6Prefix>OSPFv6IntraAreaPrefixLSAImpl.ipv6AddressPrefixesprotected List<OSPFv6Prefix>OSPFv6LinkLSAImpl.prefixesMethods in com.cisco.pt.ipc.sim.pdu.impl that return OSPFv6PrefixModifier and TypeMethodDescriptionOSPFv6AsExternalLSAImpl.getIpv6AddressPrefix()OSPFv6InterAreaPrefixLSAImpl.getIpv6AddressPrefix()OSPFv6Type7LSAImpl.getIpv6AddressPrefix()Methods in com.cisco.pt.ipc.sim.pdu.impl that return types with arguments of type OSPFv6PrefixModifier and TypeMethodDescriptionOSPFv6IntraAreaPrefixLSAImpl.getIpv6AddressPrefixes()OSPFv6LinkLSAImpl.getPrefixes()Methods in com.cisco.pt.ipc.sim.pdu.impl with parameters of type OSPFv6PrefixModifier and TypeMethodDescriptionvoidOSPFv6AsExternalLSAImpl.setIpv6AddressPrefix(OSPFv6Prefix ipv6AddressPrefix) voidOSPFv6InterAreaPrefixLSAImpl.setIpv6AddressPrefix(OSPFv6Prefix ipv6AddressPrefix) voidOSPFv6Type7LSAImpl.setIpv6AddressPrefix(OSPFv6Prefix ipv6AddressPrefix) Method parameters in com.cisco.pt.ipc.sim.pdu.impl with type arguments of type OSPFv6PrefixModifier and TypeMethodDescriptionvoidOSPFv6IntraAreaPrefixLSAImpl.setIpv6AddressPrefixes(List<OSPFv6Prefix> ipv6AddressPrefixes) voidOSPFv6LinkLSAImpl.setPrefixes(List<OSPFv6Prefix> prefixes)